home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / COMMAND.HLP < prev    next >
Text File  |  1985-09-03  |  690b  |  21 lines

  1. -----------------------  COMMAND - Internal DOS Command  -----------------------
  2.  
  3. COMMAND invokes a secondary command processor.
  4.  
  5. FORMAT:   COMMAND [d:][path][/P][/C string]
  6.  
  7. REMARKS:
  8.  
  9.    d:path    - specifies the drive and directory to be searched for the command
  10.                processor.
  11.  
  12.    /P        - causes the secondary command processor to become permanent in
  13.                memory.
  14.  
  15.    /C string - passes the command "string" to the new command processor for
  16.                execution.
  17.  
  18.    The new command processor will inherit the environment of the old processor.
  19.    You can return to the previous command processor by issuing the special
  20.    command, EXIT.
  21.